Skip to content

Conversation

@eburtsev
Copy link

Closes #62

@AndrewTasso
Copy link

Any word on getting this PR deconflicted and merged? It would be nice to have!

@Mr14huashao
Copy link
Collaborator

YamlWriter.close() is not simply releasing resources, the important thing is to convert the input object into yaml format and write it to the stream.

YamlReader.close() is to close the stream and release resources, this can implement Closeable interface.
@NathanSweet
YamlWriter and YamlReader needs to implement the Closeable interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

YamlWriter and YamlReader do not implement Closeable

3 participants